PreviousNextTracker indexSee it online !

(104/314) 2792158 - XML split tag

The XML split tag command does not work as expected if the caret is positioned immediately after the start tag. Consider the following XML fragment ("|" denotes the caret):
<a>
<b>|</b>
</a>
After executing the split tag command, the fragment looks as follows:
<a>
<b >|</b>
</a>
I.e., there as been added white space in the start tag instead of splitting it.

Submitted nolda - 2009-05-15 - 10:00:01z Assigned nobody
Priority 5 Category None
Status Open Group None
Resolution None Visibility No

Comments

Attachments